@charset "utf-8";
/* CSS Document */

.pt_inlogin{
	width: 6.9rem;
	background: #fafafa;
	border-radius: 0.08rem;
/*	padding: 0 .3rem 0;*/
	margin-top: .35rem;
	position: relative;
}
.pt_inlogin .pt_zixun{
	background: #f0f0f0;
	line-height: .6rem;
	padding: .1rem .3rem;
}
.pt_inlogin .pt_zixun_jiao{
	display: none;
}

.pt_inlogin .pt_lbox{
	margin-top: .3rem;
}
.pt_inlogin .pt_tit{
	width: 100%;
	height: .6rem;
	background: url(zwfw_20241115_01.png) left no-repeat;
	background-size: 6.3rem auto;
}
.in_pt_nr{
	margin-top: .3rem;
	padding: 0 .3rem;
}
.in_pt_nr li{
	width: 2.95rem;
	height: .9rem;
	line-height: .9rem;
	border: .01rem solid #ca1c1d;
	border-radius: .08rem;
	background-color: #fff;
	display: inline-block;
	margin-right: .2rem;
	margin-bottom: .2rem;
}
.in_pt_nr li:nth-child(2n){
	margin-right: 0;
}
.in_pt_nr li a{
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
.in_pt_nr li a img{
	vertical-align: middle;
	margin-right: .07rem;
	margin-top: -.03rem;
	width: auto;
	height: .4rem;
}


.pt_rbox{
	margin-top: .3rem;
	padding: 0 .3rem;
}

.pt_rbox h3{
	color: #ca1c1d;
	line-height: .8rem;
	margin-top: .08rem;
	font-size: .36rem;
	border-bottom: .02rem solid #ca1c1d;
}
.btn_ptdl_01,
.btn_ptdl_02{
	display: block;
	width: 2.95rem;
	height: .9rem;
	line-height: .9rem;
	border: .01rem solid #ca1c1d;
	border-radius: .08rem;
	
	position: relative;
	font-size: .3rem;
	color: #ba171c;
	margin-top: .3rem;
}

.btn_ptdl_01 span,
.btn_ptdl_02 span{
	padding-left: .4rem;
}
.btn_ptdl_01 i::after,
.btn_ptdl_02 i::after{
	content: "";
	position: absolute;
	width: 1.35rem;
	height: .9rem;
	background: no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
}
.btn_ptdl_01 i::after{
	background-image: url(zwfw_20241115_02.png);
}
.btn_ptdl_02 i::after{
	background-image: url(zwfw_20241115_03.png);
}
.line02{
	border: none;
	border-bottom: .01rem solid #ecb7b7;
	margin-top: .3rem;
}
.btn_ptdl_03{
	text-align: center;
	font-size: .34rem;
	font-weight: bold;
	line-height: .9rem;
	padding-bottom: .2rem;
}
.btn_ptdl_03 img{
	vertical-align: middle;
	margin-top: -.06rem;
	margin-right: .1rem;
	width: .5rem;
}
.btn_ptdl_03 a{
	color: #ba171c;
}
.btn_ptdl_03 a:hover{
	color: #911b1b;
}

/*登录后状态*/
.pt_user_box{
	background: url(zwfw_20241115_10.png) left top no-repeat;
	background-size: auto 100%;
	padding-top: .3rem;
}
.pt_user_l{
	text-align: center;
	line-height: 180%;
/*	padding-bottom: 10px;*/
}
.pt_user_l p{
	padding-bottom: .08rem;
}
.pt_user_l img.user_tx{
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
	border: .08rem solid #f4dfdd;
}
.pt_user_l .t1{
	font-size: .36rem;
	color: #b42519;
}
.pt_user_l .t2{
	font-size: .28rem;
	color: #333;
}
.pt_user_l .t2 a{
	background: url(zwfw-zwfwV202410_index7.png) right center no-repeat;
	background-size: auto .2rem;
	padding-right: .4rem;
}


.pt_user_info{
	margin: 0 .8rem;
	padding: .1rem 0 .5rem;
}
.pt_user_info li{
	background: linear-gradient(90deg, #fedfc1 0%, #f6bda4 100%);
	height: .6rem;
	line-height: .6rem;
	border-radius: .4rem;
	margin-top: .15rem;
	padding-left: .7rem;
	color: #b42519;
	position: relative;
	
}
.pt_user_info li.shiming{
	padding-left: 1.5rem;
}
.pt_user_info li.shiming i::after{
	content: "";
	position: absolute;
	width: 1.2rem;
	height: .6rem;
	top: 0;
	left: 0;
	background: url(zwfw_20241115_12.png) center center no-repeat #e89e7d;
	background-size: .6rem .48rem;
	border-radius: .6rem 0 0 .6rem;
}




/* 标题修改 */


.login-title {
	/* padding-top: 20px; */
	/* margin-left: -30px; */
}

.login-title span {
	width: 288px;
	display: inline-block;
	height: 42px;
	background: #c50312;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
}

.login-title img {
	height: 42px;
	position: relative;
	top: -2px;
	left: -6px;
}

/* .in_pt_nr {
	padding: 0px 18px 10px;
} */